projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5721424
)
Don't init size in gdk_window_impl_quartz_init
author
Richard Hult
<richard@imendio.com>
Mon, 5 Jan 2009 14:36:22 +0000
(15:36 +0100)
committer
Alexander Larsson
<alex@localhost.localdomain>
Thu, 2 Apr 2009 08:15:21 +0000
(10:15 +0200)
gdk/quartz/gdkwindow-quartz.c
patch
|
blob
|
history
diff --git
a/gdk/quartz/gdkwindow-quartz.c
b/gdk/quartz/gdkwindow-quartz.c
index cf2508b9ee8924fbd67d90917421ef13b091ecf4..77b1d96459ded0f1880bf5cd1ca79166d059eb36 100644
(file)
--- a/
gdk/quartz/gdkwindow-quartz.c
+++ b/
gdk/quartz/gdkwindow-quartz.c
@@
-241,8
+241,6
@@
gdk_window_impl_quartz_class_init (GdkWindowImplQuartzClass *klass)
static void
gdk_window_impl_quartz_init (GdkWindowImplQuartz *impl)
{
- impl->width = 1;
- impl->height = 1;
impl->type_hint = GDK_WINDOW_TYPE_HINT_NORMAL;
}